gtk4.git
2005-03-12 Ivan, Wong... A further fix for big window support. Now also the...
2005-03-12 Matthias ClasenMake it compile
2005-03-12 Matthias ClasenDon't crash on style changes. (#169334, Yury Puzis)
2005-03-12 Matthias ClasenFix the doc comments. (#169967, Masao Mutoh)
2005-03-11 Ivan, Wong... Big window fix for Win32. Big windows are still emulate...
2005-03-11 Matthias ClasenFix a doc typo. (#169873, Johan Dahlin)
2005-03-11 Matthias ClasenDon't try to focus the default_widget if there is none...
2005-03-10 Tor Lillqvistgdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI...
2005-03-10 Manish SinghRemove inadvertent gail references, require Pango 1.9.0
2005-03-09 Matthias ClasenBump GLib requirement
2005-03-09 Matthias ClasenFix a C99ism. (#169741, Morten Welinder)
2005-03-09 Matthias ClasenTypo fixes. (#169728, Morten Welinder, Owen Taylor)
2005-03-09 Matthias ClasenFix a typo in the docs. (#169729, Morten Welinder)
2005-03-09 Matthias ClasenFix a typo.
2005-03-09 Matthias ClasenQueue a resize when the model is unset. (#169528, Tomis...
2005-03-09 Matthias ClasenMore of the same.
2005-03-09 Matthias ClasenMore canonical property names.
2005-03-09 Matthias Clasenx
2005-03-09 Matthias ClasenUse canonical form of the name when registering properties.
2005-03-08 Matthias ClasenUse GtkCellRendererCombo (#169607, Mark McLoughlin)
2005-03-08 Martin Willemoes... Updated Danish translation.
2005-03-08 Matthias ClasenAdd the new attributes to the .symbols files.
2005-03-08 Matthias ClasenUse G_GNUC_NULL_TERMINATED where appropriate. (#165682...
2005-03-08 Matthias ClasenConvert the gdk keyval-keyname tables to a big string...
2005-03-08 Matthias ClasenUse a generated table of offsets into a big const strin...
2005-03-07 Matthias ClasenDocument ownership of filters. (#169101, Sebastian...
2005-03-07 Matthias ClasenDocument which parameters may be NULL. (#166855, Frank...
2005-03-06 Dan DamianUpdated Romanian translation by Mişu Moldovan <dumol...
2005-03-05 Dan DamianUpdated Romanian translation by Mişu Moldovan <dumol...
2005-03-04 Adam WeinbergerUpdated Canadian English translation.
2005-03-04 Raphael HiginoUpdated pt_BR translation
2005-03-04 Jordi MallachUpdated Catalan translation.
2005-03-04 Manish SinghURL escape the '+' in gtk+ in the bugzilla URL.
2005-03-03 Matthias ClasenDon't leak the values here. (#169047, Philip Langdale)
2005-03-03 Matthias ClasenCheck the number of scanned items. (#168906, Morten...
2005-03-03 Matthias ClasenDon't warn if a stock icon cannot be found. (#168830...
2005-03-03 Matthias ClasenMake the gif loader handle oom when loading animations...
2005-03-03 Matthias ClasenAvoid warnings if gtk_widget_reparent() is called at...
2005-03-02 Raphael HiginoUpdated pt_BR translation
2005-03-01 Manish SinghCast to avoid const warnings on data structure seeding.
2005-03-01 Manish Singhrevert previous change, maintain ABI.
2005-03-01 Matthias ClasenFix prelighting. (#157392, Vincent Noel, patch by Chris...
2005-03-01 Matthias ClasenMake icon data caching work again. (#168851, Alexander...
2005-03-01 Matthias ClasenRevert the previous change, since it breaks bin compat.
2005-03-01 Matthias ClasenForgotten file
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-28 Matthias ClasenAdd necessary protection
2005-02-28 Matthias ClasenAdd .note.GNU-stack sections to Mark these as not requi...
2005-02-28 Matthias ClasenFix stack vs heap confusion. (#168690, Torsten Schoenfeld)
2005-02-28 Matthias ClasenImprove the handling of buttons as action proxys. ...
2005-02-28 Matthias ClasenFix a typo. (#168646, Vincent Untz)
2005-02-28 Matthias ClasenUnset "focus-on-click" for the save folder combo. ...
2005-02-25 Matthias ClasenRemove a C++ comment. (#168531, Paul Cornett)
2005-02-25 Matthias ClasenDon't leak a path here. (#168443, Morten Welinder)
2005-02-25 Robert ÖgrenImplement better handling of Wintab tablet context...
2005-02-24 Matthias ClasenDon't leak parent_path. (#168435, Morten Welinder)
2005-02-24 Søren SandmannAdd
2005-02-24 Matthias ClasenConsistently use gtk_tree_row_reference_valid().
2005-02-24 Matthias ClasenFix #167259, reported by Christian Persch:
2005-02-24 Matthias ClasenDon't emit a warning if a parent node is filtered out...
2005-02-24 Matthias ClasenRevert the last change, since gtk_widget_set_style_inte...
2005-02-24 Matthias ClasenQueue a resize, since fonts may have changed. (#164128...
2005-02-24 Matthias ClasenDocument BMP saving support.
2005-02-24 Matthias ClasenFix a typo. (#168173, Ivan Wong)
2005-02-24 Matthias ClasenMove initialization code from _new to _init. (#168249...
2005-02-23 Jonathan BlandfordPatch from jorn@nl.linux.org (Jorn Baayen) to notice...
2005-02-23 Tor LillqvistWorkaround for bug in MapVirtualKey(VK_DIVIDE, 0) in...
2005-02-22 Manish Singh#include <config.h>
2005-02-22 Federico Mena... Merged from gtk-2-6:
2005-02-21 Matthias ClasenFix links to freedesktop.org specs in the documentation.
2005-02-21 Matthias ClasenSet have_render_with_trapezoids to GDK_YES when we...
2005-02-21 Matthias ClasenUse the timestamp of the last user interaction when...
2005-02-17 Manish Singhmake sure expand is initialized, cast to GTK_SEPARATOR_...
2005-02-17 Manish SinghPass gtk_widget_get_toplevel() a GTK_WIDGET.
2005-02-17 Manish SinghShut up cvs
2005-02-17 Jordi MallachUpdated Catalan translation by Xavier Conde Rueda ...
2005-02-17 Jordi MallachUpdated Catalan translation.
2005-02-17 Matthias ClasenAdd some information about the icon cache format (since...
2005-02-16 Raphael HiginoUpdated pt_BR translation
2005-02-16 Matthias ClasenFixes for #143829, Tommi Komulainen, Christian Persch:
2005-02-16 Adi AttarUpdated Xhosa translation.
2005-02-16 Matthias ClasenAdd some more info. (#167356, Hubert Sokolowski)
2005-02-16 Matthias ClasenDon't read over the end of the buffer if '#' appears...
2005-02-15 Marcel TelkaUpdated Slovak translation.
2005-02-15 Matthias ClasenKill --enable-ansi (#164394)
2005-02-14 Roozbeh PournaderUpdated Persian translation.
2005-02-11 Raphael HiginoFixing some mistakes in last commit
2005-02-11 Matthias ClasenStop scrolling when the pathbar goes away. (#167094...
2005-02-11 Matthias ClasenFix a reference. Sorry about that, Vincent & Vincent
2005-02-11 Danilo ŠeganUpdated Serbian translation.
2005-02-11 Danilo ŠeganUpdated Serbian translations.
2005-02-11 Matthias ClasenSupport vertical menubars (#166632):
2005-02-11 Matthias ClasenComplete the fix for #165770, Vincent Untz:
2005-02-10 Raphael HiginoUpdated pt_BR translation
2005-02-10 Pawan ChitrakarUpdated Nepali Translation
2005-02-09 Maxim DziumanenkoUpdate Ukrainian translation.
2005-02-09 Matthias ClasenFix RTL keynav for going from menubar to menu.
2005-02-08 Christian RoseAdded "xh" to ALL_LINGUAS. Added Xhosa translation...
2005-02-08 Matthias ClasenAccept the "expand" attribute and set a flag in the...
2005-02-07 Hans Breuerbuild with Cairo dependency. The patch to acually use...
next